/ Assembly List / LJCTextDataReaderLib / TextDataReader / GetBytes

Namespace - LJCTextDataReaderLib


Parameters
i - The data field index.
fieldOffset - The field offset.
buffer - The buffer.
bufferoffset - The buffer offset.
length - The length.

Returns

The number of bytes copied.

Syntax

C#
public Int64 GetBytes(Int32 i, Int64 fieldOffset, Byte[] buffer, Int32 bufferoffset, Int32 length)

Place bytes from field at the specified index into a byte array buffer.

Copyright © Lester J. Clark and Contributors.
Licensed under the MIT License.